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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile"
name: "NetworkProfile"
nameWithType: "NetworkProfile"
summary: "Service network profile 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 **NetworkProfile**"
constructors:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.NetworkProfile()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.NetworkProfile()"
name: "NetworkProfile()"
nameWithType: "NetworkProfile.NetworkProfile()"
syntax: "public NetworkProfile()"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.appNetworkResourceGroup()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.appNetworkResourceGroup()"
name: "appNetworkResourceGroup()"
nameWithType: "NetworkProfile.appNetworkResourceGroup()"
summary: "Get name of the resource group containing network resources of Azure Spring Cloud Apps."
syntax: "public String appNetworkResourceGroup()"
desc: "Get name of the resource group containing network resources of Azure Spring Cloud Apps."
returns:
description: "the appNetworkResourceGroup 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.NetworkProfile.appSubnetId()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.appSubnetId()"
name: "appSubnetId()"
nameWithType: "NetworkProfile.appSubnetId()"
summary: "Get fully qualified resource Id of the subnet to host Azure Spring Cloud Apps."
syntax: "public String appSubnetId()"
desc: "Get fully qualified resource Id of the subnet to host Azure Spring Cloud Apps."
returns:
description: "the appSubnetId 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.NetworkProfile.serviceCidr()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.serviceCidr()"
name: "serviceCidr()"
nameWithType: "NetworkProfile.serviceCidr()"
summary: "Get azure Spring Cloud service reserved CIDR."
syntax: "public String serviceCidr()"
desc: "Get azure Spring Cloud service reserved CIDR."
returns:
description: "the serviceCidr 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.NetworkProfile.serviceRuntimeNetworkResourceGroup()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.serviceRuntimeNetworkResourceGroup()"
name: "serviceRuntimeNetworkResourceGroup()"
nameWithType: "NetworkProfile.serviceRuntimeNetworkResourceGroup()"
summary: "Get name of the resource group containing network resources of Azure Spring Cloud Service Runtime."
syntax: "public String serviceRuntimeNetworkResourceGroup()"
desc: "Get name of the resource group containing network resources of Azure Spring Cloud Service Runtime."
returns:
description: "the serviceRuntimeNetworkResourceGroup 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.NetworkProfile.serviceRuntimeSubnetId()"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.serviceRuntimeSubnetId()"
name: "serviceRuntimeSubnetId()"
nameWithType: "NetworkProfile.serviceRuntimeSubnetId()"
summary: "Get fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime."
syntax: "public String serviceRuntimeSubnetId()"
desc: "Get fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime."
returns:
description: "the serviceRuntimeSubnetId 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.NetworkProfile.withAppNetworkResourceGroup(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.withAppNetworkResourceGroup(String appNetworkResourceGroup)"
name: "withAppNetworkResourceGroup(String appNetworkResourceGroup)"
nameWithType: "NetworkProfile.withAppNetworkResourceGroup(String appNetworkResourceGroup)"
summary: "Set name of the resource group containing network resources of Azure Spring Cloud Apps."
parameters:
- description: "the appNetworkResourceGroup value to set"
name: "appNetworkResourceGroup"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkProfile withAppNetworkResourceGroup(String appNetworkResourceGroup)"
desc: "Set name of the resource group containing network resources of Azure Spring Cloud Apps."
returns:
description: "the NetworkProfile object itself."
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.NetworkProfile.withAppSubnetId(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.withAppSubnetId(String appSubnetId)"
name: "withAppSubnetId(String appSubnetId)"
nameWithType: "NetworkProfile.withAppSubnetId(String appSubnetId)"
summary: "Set fully qualified resource Id of the subnet to host Azure Spring Cloud Apps."
parameters:
- description: "the appSubnetId value to set"
name: "appSubnetId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkProfile withAppSubnetId(String appSubnetId)"
desc: "Set fully qualified resource Id of the subnet to host Azure Spring Cloud Apps."
returns:
description: "the NetworkProfile object itself."
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.NetworkProfile.withServiceCidr(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.withServiceCidr(String serviceCidr)"
name: "withServiceCidr(String serviceCidr)"
nameWithType: "NetworkProfile.withServiceCidr(String serviceCidr)"
summary: "Set azure Spring Cloud service reserved CIDR."
parameters:
- description: "the serviceCidr value to set"
name: "serviceCidr"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkProfile withServiceCidr(String serviceCidr)"
desc: "Set azure Spring Cloud service reserved CIDR."
returns:
description: "the NetworkProfile object itself."
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.NetworkProfile.withServiceRuntimeNetworkResourceGroup(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.withServiceRuntimeNetworkResourceGroup(String serviceRuntimeNetworkResourceGroup)"
name: "withServiceRuntimeNetworkResourceGroup(String serviceRuntimeNetworkResourceGroup)"
nameWithType: "NetworkProfile.withServiceRuntimeNetworkResourceGroup(String serviceRuntimeNetworkResourceGroup)"
summary: "Set name of the resource group containing network resources of Azure Spring Cloud Service Runtime."
parameters:
- description: "the serviceRuntimeNetworkResourceGroup value to set"
name: "serviceRuntimeNetworkResourceGroup"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkProfile withServiceRuntimeNetworkResourceGroup(String serviceRuntimeNetworkResourceGroup)"
desc: "Set name of the resource group containing network resources of Azure Spring Cloud Service Runtime."
returns:
description: "the NetworkProfile object itself."
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.NetworkProfile.withServiceRuntimeSubnetId(java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.NetworkProfile.withServiceRuntimeSubnetId(String serviceRuntimeSubnetId)"
name: "withServiceRuntimeSubnetId(String serviceRuntimeSubnetId)"
nameWithType: "NetworkProfile.withServiceRuntimeSubnetId(String serviceRuntimeSubnetId)"
summary: "Set fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime."
parameters:
- description: "the serviceRuntimeSubnetId value to set"
name: "serviceRuntimeSubnetId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkProfile withServiceRuntimeSubnetId(String serviceRuntimeSubnetId)"
desc: "Set fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime."
returns:
description: "the NetworkProfile object itself."
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\" />"
type: "class"
desc: "Service network profile 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