azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

90 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties"
name: "ClusterResourceProperties"
nameWithType: "ClusterResourceProperties"
summary: "Service properties payload."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ClusterResourceProperties**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.ClusterResourceProperties()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.ClusterResourceProperties()"
name: "ClusterResourceProperties()"
nameWithType: "ClusterResourceProperties.ClusterResourceProperties()"
syntax: "public ClusterResourceProperties()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.networkProfile()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.networkProfile()"
name: "networkProfile()"
nameWithType: "ClusterResourceProperties.networkProfile()"
summary: "Get network profile of the Service."
syntax: "public NetworkProfile networkProfile()"
desc: "Get network profile of the Service."
returns:
description: "the networkProfile value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile?alt=com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.provisioningState()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ClusterResourceProperties.provisioningState()"
summary: "Get provisioning state of the Service."
syntax: "public ProvisioningState provisioningState()"
desc: "Get provisioning state of the Service. Possible values include: 'Creating', 'Updating', 'Deleting', 'Deleted', 'Succeeded', 'Failed', 'Moving', 'Moved', 'MoveFailed'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ProvisioningState?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.serviceId()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.serviceId()"
name: "serviceId()"
nameWithType: "ClusterResourceProperties.serviceId()"
summary: "Get service<wbr>Instance<wbr>Entity GUID which uniquely identifies a created resource."
syntax: "public String serviceId()"
desc: "Get serviceInstanceEntity GUID which uniquely identifies a created resource."
returns:
description: "the serviceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.version()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.version()"
name: "version()"
nameWithType: "ClusterResourceProperties.version()"
summary: "Get version of the Service."
syntax: "public Integer version()"
desc: "Get version of the Service."
returns:
description: "the version value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.withNetworkProfile(com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties.withNetworkProfile(NetworkProfile networkProfile)"
name: "withNetworkProfile(NetworkProfile networkProfile)"
nameWithType: "ClusterResourceProperties.withNetworkProfile(NetworkProfile networkProfile)"
summary: "Set network profile of the Service."
parameters:
- description: "the networkProfile value to set"
name: "networkProfile"
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile?alt=com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClusterResourceProperties withNetworkProfile(NetworkProfile networkProfile)"
desc: "Set network profile of the Service."
returns:
description: "the ClusterResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ClusterResourceProperties&text=ClusterResourceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Service properties payload."
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta