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

143 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration"
name: "ContainerNetworkInterfaceConfiguration"
nameWithType: "ContainerNetworkInterfaceConfiguration"
summary: "Container network interface configuration child resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.SubResource.id()?alt=com.microsoft.azure.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource.withId(java.lang.String)?alt=com.microsoft.azure.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- 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 **ContainerNetworkInterfaceConfiguration**</br> extends <xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.ContainerNetworkInterfaceConfiguration()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.ContainerNetworkInterfaceConfiguration()"
name: "ContainerNetworkInterfaceConfiguration()"
nameWithType: "ContainerNetworkInterfaceConfiguration.ContainerNetworkInterfaceConfiguration()"
syntax: "public ContainerNetworkInterfaceConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.containerNetworkInterfaces()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.containerNetworkInterfaces()"
name: "containerNetworkInterfaces()"
nameWithType: "ContainerNetworkInterfaceConfiguration.containerNetworkInterfaces()"
summary: "Get a list of container network interfaces created from this container network interface configuration."
syntax: "public List<SubResource> containerNetworkInterfaces()"
desc: "Get a list of container network interfaces created from this container network interface configuration."
returns:
description: "the containerNetworkInterfaces value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.etag()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.etag()"
name: "etag()"
nameWithType: "ContainerNetworkInterfaceConfiguration.etag()"
summary: "Get a unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get a unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.ipConfigurations()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.ipConfigurations()"
name: "ipConfigurations()"
nameWithType: "ContainerNetworkInterfaceConfiguration.ipConfigurations()"
summary: "Get a list of ip configurations of the container network interface configuration."
syntax: "public List<IPConfigurationProfile> ipConfigurations()"
desc: "Get a list of ip configurations of the container network interface configuration."
returns:
description: "the ipConfigurations value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.IPConfigurationProfile?alt=com.microsoft.azure.management.network.IPConfigurationProfile&text=IPConfigurationProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.name()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.name()"
name: "name()"
nameWithType: "ContainerNetworkInterfaceConfiguration.name()"
summary: "Get the name of the resource."
syntax: "public String name()"
desc: "Get the name of the resource. This name can be used to access the resource."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.provisioningState()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "ContainerNetworkInterfaceConfiguration.provisioningState()"
summary: "Get the provisioning state of the container network interface configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the container network interface configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.type()"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.type()"
name: "type()"
nameWithType: "ContainerNetworkInterfaceConfiguration.type()"
summary: "Get sub Resource type."
syntax: "public String type()"
desc: "Get sub Resource type."
returns:
description: "the type value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.withContainerNetworkInterfaces(java.util.List<com.microsoft.azure.SubResource>)"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)"
name: "withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)"
nameWithType: "ContainerNetworkInterfaceConfiguration.withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)"
summary: "Set a list of container network interfaces created from this container network interface configuration."
parameters:
- description: "the containerNetworkInterfaces value to set"
name: "containerNetworkInterfaces"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)"
desc: "Set a list of container network interfaces created from this container network interface configuration."
returns:
description: "the ContainerNetworkInterfaceConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration?alt=com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration&text=ContainerNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.withIpConfigurations(java.util.List<com.microsoft.azure.management.network.IPConfigurationProfile>)"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)"
name: "withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)"
nameWithType: "ContainerNetworkInterfaceConfiguration.withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)"
summary: "Set a list of ip configurations of the container network interface configuration."
parameters:
- description: "the ipConfigurations value to set"
name: "ipConfigurations"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.IPConfigurationProfile?alt=com.microsoft.azure.management.network.IPConfigurationProfile&text=IPConfigurationProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContainerNetworkInterfaceConfiguration withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)"
desc: "Set a list of ip configurations of the container network interface configuration."
returns:
description: "the ContainerNetworkInterfaceConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration?alt=com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration&text=ContainerNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "ContainerNetworkInterfaceConfiguration.withName(String name)"
summary: "Set the name of the resource."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerNetworkInterfaceConfiguration withName(String name)"
desc: "Set the name of the resource. This name can be used to access the resource."
returns:
description: "the ContainerNetworkInterfaceConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration?alt=com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration&text=ContainerNetworkInterfaceConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Container network interface configuration child resource."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4