ApplicationSecurityGroupPropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application security group properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationSecurityGroupPropertiesFormatTypeConverter))]
public class ApplicationSecurityGroupPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroupPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationSecurityGroupPropertiesFormatTypeConverter))>]
type ApplicationSecurityGroupPropertiesFormat = class
interface IApplicationSecurityGroupPropertiesFormat
interface IJsonSerializable
Public Class ApplicationSecurityGroupPropertiesFormat
Implements IApplicationSecurityGroupPropertiesFormat
- Inheritance
-
ApplicationSecurityGroupPropertiesFormat
- Attributes
- Implements
Constructors
ApplicationSecurityGroupPropertiesFormat() |
Creates an new ApplicationSecurityGroupPropertiesFormat instance. |
Properties
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationSecurityGroupPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationSecurityGroupPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationSecurityGroupPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of ApplicationSecurityGroupPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationSecurityGroupPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |