PublicIPPrefixInner Class

Definition

Public IP prefix resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PublicIPPrefixInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublicIPPrefixInner = class
    inherit Resource
Public Class PublicIPPrefixInner
Inherits Resource
Inheritance
PublicIPPrefixInner
Attributes

Constructors

PublicIPPrefixInner()

Initializes a new instance of the PublicIPPrefixInner class.

PublicIPPrefixInner(String, String, String, String, IDictionary<String, String>, PublicIPPrefixSku, IPVersion, IList<IpTag>, Nullable<Int32>, String, IList<ReferencedPublicIpAddress>, SubResource, String, ProvisioningState, String, IList<String>)

Initializes a new instance of the PublicIPPrefixInner class.

Properties

Etag

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
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

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
Zones

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

Methods

Validate()

Validate the object.

Applies to