ClusterResourceProperties クラス
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ClusterResourceProperties
- com.
public final class ClusterResourceProperties
サービス プロパティのペイロード。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
ClusterResourceProperties() |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
fqdn()
fqdn プロパティを取得します。サービス インスタンスの完全修飾 DNS 名。 |
Network |
networkProfile()
ネットワーク |
Power |
powerState()
power |
Provisioning |
provisioningState()
プロビジョニング状態プロパティを |
String |
serviceId()
サービス |
void |
validate()
インスタンスを検証します。 |
Integer |
version()
version プロパティを取得します。 サービスのバージョン。 |
Service |
vnetAddons()
vnet |
Cluster |
withNetworkProfile(NetworkProfile networkProfile)
[network Profile]\(ネットワーク |
Cluster |
withVnetAddons(ServiceVNetAddons vnetAddons)
vnet |
Cluster |
withZoneRedundant(Boolean zoneRedundant)
ゾーン |
Boolean |
zoneRedundant()
ゾーン |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
ClusterResourceProperties
public ClusterResourceProperties()
メソッドの詳細
fqdn
public String fqdn()
fqdn プロパティを取得します。サービス インスタンスの完全修飾 DNS 名。
Returns:
networkProfile
public NetworkProfile networkProfile()
networkProfile プロパティを取得します。 サービスのネットワーク プロファイル。
Returns:
powerState
public PowerState powerState()
powerState プロパティを取得します。サービスの電源状態。
Returns:
provisioningState
public ProvisioningState provisioningState()
provisioningState プロパティを取得します。サービスのプロビジョニング状態。
Returns:
serviceId
public String serviceId()
作成されたリソースを一意に識別する serviceId プロパティ ServiceInstanceEntity GUID を取得します。
Returns:
validate
public void validate()
インスタンスを検証します。
version
public Integer version()
version プロパティを取得します。 サービスのバージョン。
Returns:
vnetAddons
public ServiceVNetAddons vnetAddons()
vnetAddons プロパティを取得します。vnet インジェクション インスタンスの追加のサービス設定。
Returns:
withNetworkProfile
public ClusterResourceProperties withNetworkProfile(NetworkProfile networkProfile)
networkProfile プロパティを設定します。 サービスのネットワーク プロファイル。
Parameters:
Returns:
withVnetAddons
public ClusterResourceProperties withVnetAddons(ServiceVNetAddons vnetAddons)
vnetAddons プロパティを設定します。vnet インジェクション インスタンスの追加のサービス設定。
Parameters:
Returns:
withZoneRedundant
public ClusterResourceProperties withZoneRedundant(Boolean zoneRedundant)
zoneRedundant プロパティを設定します。 zoneRedundant プロパティ。
Parameters:
Returns:
zoneRedundant
public Boolean zoneRedundant()
zoneRedundant プロパティを取得します。 zoneRedundant プロパティ。
Returns:
適用対象
Azure SDK for Java