ApplicationSecurityGroup Class

Definition

An application security group in a resource group.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationSecurityGroupTypeConverter))]
public class ApplicationSecurityGroup : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationSecurityGroupTypeConverter))>]
type ApplicationSecurityGroup = class
    interface IApplicationSecurityGroup
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ApplicationSecurityGroup
Implements IApplicationSecurityGroup, IValidates
Inheritance
ApplicationSecurityGroup
Attributes
Implements

Constructors

ApplicationSecurityGroup()

Creates an new ApplicationSecurityGroup instance.

Properties

Etag

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

Id

Resource ID.

Location

Resource location.

Name

Resource name.

ProvisioningState

The provisioning state of the application security group resource.

ResourceGuid

The resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.

Tag

Resource tags.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationSecurityGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationSecurityGroup.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroup.

FromJsonString(String)

Creates a new instance of ApplicationSecurityGroup, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationSecurityGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to