SecurityAdminConfigurationPropertiesFormat クラス

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.SecurityAdminConfigurationPropertiesFormat

public final class SecurityAdminConfigurationPropertiesFormat

セキュリティ管理者の構成プロパティを定義します。

コンストラクターの概要

コンストラクター 説明
SecurityAdminConfigurationPropertiesFormat()

Security管理ConfigurationPropertiesFormat クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
List<NetworkIntentPolicyBasedService> applyOnNetworkIntentPolicyBasedServices()

Apply OnNetworkIntentPolicyBasedServices プロパティを取得します。ネットワーク インテント ポリシー ベースのサービスの列挙リスト。

String description()

description プロパティを取得します。セキュリティ構成の説明。

ProvisioningState provisioningState()

プロビジョニング状態プロパティを取得します。リソースのプロビジョニング状態。

String resourceGuid()

リソースGuid プロパティを取得します。このリソースの一意識別子。

void validate()

インスタンスを検証します。

SecurityAdminConfigurationPropertiesFormat withApplyOnNetworkIntentPolicyBasedServices(List<NetworkIntentPolicyBasedService> applyOnNetworkIntentPolicyBasedServices)

Apply OnNetworkIntentPolicyBasedServices プロパティを設定します。ネットワーク インテント ポリシー ベースのサービスの列挙リスト。

SecurityAdminConfigurationPropertiesFormat withDescription(String description)

description プロパティを設定します。セキュリティ構成の説明。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

SecurityAdminConfigurationPropertiesFormat

public SecurityAdminConfigurationPropertiesFormat()

SecurityAdminConfigurationPropertiesFormat クラスのインスタンスを作成します。

メソッドの詳細

applyOnNetworkIntentPolicyBasedServices

public List applyOnNetworkIntentPolicyBasedServices()

applyOnNetworkIntentPolicyBasedServices プロパティを取得します。ネットワーク インテント ポリシー ベースのサービスの列挙リスト。

Returns:

applyOnNetworkIntentPolicyBasedServices 値。

description

public String description()

description プロパティを取得します。セキュリティ構成の説明。

Returns:

description 値。

provisioningState

public ProvisioningState provisioningState()

provisioningState プロパティを取得します。リソースのプロビジョニング状態。

Returns:

provisioningState 値。

resourceGuid

public String resourceGuid()

resourceGuid プロパティを取得します。このリソースの一意識別子。

Returns:

resourceGuid 値。

validate

public void validate()

インスタンスを検証します。

withApplyOnNetworkIntentPolicyBasedServices

public SecurityAdminConfigurationPropertiesFormat withApplyOnNetworkIntentPolicyBasedServices(List applyOnNetworkIntentPolicyBasedServices)

applyOnNetworkIntentPolicyBasedServices プロパティを設定します。ネットワーク インテント ポリシー ベースのサービスの列挙リスト。

Parameters:

applyOnNetworkIntentPolicyBasedServices - 設定する applyOnNetworkIntentPolicyBasedServices 値。

Returns:

SecurityAdminConfigurationPropertiesFormat オブジェクト自体。

withDescription

public SecurityAdminConfigurationPropertiesFormat withDescription(String description)

description プロパティを設定します。セキュリティ構成の説明。

Parameters:

description - 設定する説明値。

Returns:

SecurityAdminConfigurationPropertiesFormat オブジェクト自体。

適用対象