PublicIPPrefix Class

Definition

Public IP prefix resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PublicIPPrefix : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublicIPPrefix = class
    inherit Resource
Public Class PublicIPPrefix
Inherits Resource
Inheritance
PublicIPPrefix
Attributes

Constructors

PublicIPPrefix()

Initializes a new instance of the PublicIPPrefix class.

PublicIPPrefix(String, String, String, String, IDictionary<String, String>, ExtendedLocation, PublicIPPrefixSku, String, IList<IpTag>, Nullable<Int32>, String, IList<ReferencedPublicIpAddress>, SubResource, SubResource, String, String, NatGateway, String, IList<String>)

Initializes a new instance of the PublicIPPrefix class.

Properties

CustomIPPrefix

Gets or sets the customIpPrefix that this prefix is associated with.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

ExtendedLocation

Gets or sets the extended location of the public ip address.

Id

Gets or sets resource ID.

(Inherited from Resource)
IpPrefix

Gets the allocated Prefix.

IpTags

Gets or sets the list of tags associated with the public IP prefix.

LoadBalancerFrontendIpConfiguration

Gets the reference to load balancer frontend IP configuration associated with the public IP prefix.

Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
NatGateway

Gets or sets natGateway of Public IP Prefix.

PrefixLength

Gets or sets the Length of the Public IP Prefix.

ProvisioningState

Gets the provisioning state of the public IP prefix resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

PublicIPAddresses

Gets the list of all referenced PublicIPAddresses.

PublicIPAddressVersion

Gets or sets the public IP address version. Possible values include: 'IPv4', 'IPv6'

ResourceGuid

Gets the resource GUID property of the public IP prefix resource.

Sku

Gets or sets the public IP prefix SKU.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
Zones

Gets or sets a list of availability zones denoting the IP allocated for the resource needs to come from.

Applies to