共用方式為


AdminRuleCollection Class

Definition

Defines the admin rule collection.

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

Constructors

AdminRuleCollection()

Initializes a new instance of the AdminRuleCollection class.

AdminRuleCollection(IList<NetworkManagerSecurityGroupItem>, String, String, String, String, String, String, SystemData)

Initializes a new instance of the AdminRuleCollection class.

Properties

AppliesToGroups

Gets or sets groups for configuration

Description

Gets or sets a description of the admin rule collection.

Etag

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

(Inherited from ChildResource)
Id

Gets resource ID.

(Inherited from ChildResource)
Name

Gets resource name.

(Inherited from ChildResource)
ProvisioningState

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

SystemData

Gets the system metadata related to this resource.

Type

Gets resource type.

(Inherited from ChildResource)

Methods

Validate()

Validate the object.

Applies to