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

167 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration"
name: "BastionHostIPConfiguration"
nameWithType: "BastionHostIPConfiguration"
summary: "IP configuration of an Bastion Host."
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 **BastionHostIPConfiguration**</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.BastionHostIPConfiguration.BastionHostIPConfiguration()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.BastionHostIPConfiguration()"
name: "BastionHostIPConfiguration()"
nameWithType: "BastionHostIPConfiguration.BastionHostIPConfiguration()"
syntax: "public BastionHostIPConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.etag()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.etag()"
name: "etag()"
nameWithType: "BastionHostIPConfiguration.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.BastionHostIPConfiguration.name()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.name()"
name: "name()"
nameWithType: "BastionHostIPConfiguration.name()"
summary: "Get name of the resource that is unique within a resource group."
syntax: "public String name()"
desc: "Get name of the resource that is unique within a resource group. 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.BastionHostIPConfiguration.privateIPAllocationMethod()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.privateIPAllocationMethod()"
name: "privateIPAllocationMethod()"
nameWithType: "BastionHostIPConfiguration.privateIPAllocationMethod()"
summary: "Get private IP allocation method."
syntax: "public IPAllocationMethod privateIPAllocationMethod()"
desc: "Get private IP allocation method. Possible values include: 'Static', 'Dynamic'."
returns:
description: "the privateIPAllocationMethod value"
type: "<xref href=\"com.microsoft.azure.management.network.IPAllocationMethod?alt=com.microsoft.azure.management.network.IPAllocationMethod&text=IPAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.provisioningState()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "BastionHostIPConfiguration.provisioningState()"
summary: "Get the provisioning state of the bastion host IP configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the bastion host IP 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.BastionHostIPConfiguration.publicIPAddress()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.publicIPAddress()"
name: "publicIPAddress()"
nameWithType: "BastionHostIPConfiguration.publicIPAddress()"
summary: "Get reference of the PublicIP resource."
syntax: "public SubResource publicIPAddress()"
desc: "Get reference of the PublicIP resource."
returns:
description: "the publicIPAddress value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.subnet()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.subnet()"
name: "subnet()"
nameWithType: "BastionHostIPConfiguration.subnet()"
summary: "Get reference of the subnet resource."
syntax: "public SubResource subnet()"
desc: "Get reference of the subnet resource."
returns:
description: "the subnet value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.type()"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.type()"
name: "type()"
nameWithType: "BastionHostIPConfiguration.type()"
summary: "Get ip configuration type."
syntax: "public String type()"
desc: "Get ip configuration 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.BastionHostIPConfiguration.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "BastionHostIPConfiguration.withName(String name)"
summary: "Set name of the resource that is unique within a resource group."
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 BastionHostIPConfiguration withName(String name)"
desc: "Set name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the BastionHostIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.BastionHostIPConfiguration?alt=com.microsoft.azure.management.network.BastionHostIPConfiguration&text=BastionHostIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withPrivateIPAllocationMethod(com.microsoft.azure.management.network.IPAllocationMethod)"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
name: "withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
nameWithType: "BastionHostIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
summary: "Set private IP allocation method."
parameters:
- description: "the privateIPAllocationMethod value to set"
name: "privateIPAllocationMethod"
type: "<xref href=\"com.microsoft.azure.management.network.IPAllocationMethod?alt=com.microsoft.azure.management.network.IPAllocationMethod&text=IPAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BastionHostIPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
desc: "Set private IP allocation method. Possible values include: 'Static', 'Dynamic'."
returns:
description: "the BastionHostIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.BastionHostIPConfiguration?alt=com.microsoft.azure.management.network.BastionHostIPConfiguration&text=BastionHostIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withPublicIPAddress(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withPublicIPAddress(SubResource publicIPAddress)"
name: "withPublicIPAddress(SubResource publicIPAddress)"
nameWithType: "BastionHostIPConfiguration.withPublicIPAddress(SubResource publicIPAddress)"
summary: "Set reference of the PublicIP resource."
parameters:
- description: "the publicIPAddress value to set"
name: "publicIPAddress"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BastionHostIPConfiguration withPublicIPAddress(SubResource publicIPAddress)"
desc: "Set reference of the PublicIP resource."
returns:
description: "the BastionHostIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.BastionHostIPConfiguration?alt=com.microsoft.azure.management.network.BastionHostIPConfiguration&text=BastionHostIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withSubnet(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.BastionHostIPConfiguration.withSubnet(SubResource subnet)"
name: "withSubnet(SubResource subnet)"
nameWithType: "BastionHostIPConfiguration.withSubnet(SubResource subnet)"
summary: "Set reference of the subnet resource."
parameters:
- description: "the subnet value to set"
name: "subnet"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BastionHostIPConfiguration withSubnet(SubResource subnet)"
desc: "Set reference of the subnet resource."
returns:
description: "the BastionHostIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.BastionHostIPConfiguration?alt=com.microsoft.azure.management.network.BastionHostIPConfiguration&text=BastionHostIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "IP configuration of an Bastion Host."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4