IpGroupInner Class

Definition

The IpGroups resource information.

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

Constructors

IpGroupInner()

Initializes a new instance of the IpGroupInner class.

IpGroupInner(String, String, String, String, IDictionary<String,String>, ProvisioningState, IList<String>, IList<SubResource>, String)

Initializes a new instance of the IpGroupInner class.

Properties

Etag

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

Firewalls

Gets list of references to Azure resources that this IpGroups is associated with.

Id

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

(Inherited from ProxyResource)
IpAddresses

Gets or sets ipAddresses/IpAddressPrefixes in the IpGroups resource.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to