ServiceAssociationLinkPropertiesFormat 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.
Properties of ServiceAssociationLink.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceAssociationLinkPropertiesFormatTypeConverter))]
public class ServiceAssociationLinkPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLinkPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceAssociationLinkPropertiesFormatTypeConverter))>]
type ServiceAssociationLinkPropertiesFormat = class
interface IServiceAssociationLinkPropertiesFormat
interface IJsonSerializable
Public Class ServiceAssociationLinkPropertiesFormat
Implements IServiceAssociationLinkPropertiesFormat
- Inheritance
-
ServiceAssociationLinkPropertiesFormat
- Attributes
- Implements
Constructors
ServiceAssociationLinkPropertiesFormat() |
Creates an new ServiceAssociationLinkPropertiesFormat instance. |
Properties
AllowDelete |
If true, the resource can be deleted. |
Link |
Link to the external resource. |
LinkedResourceType |
Resource type of the linked resource. |
Location |
A list of locations. |
ProvisioningState |
The provisioning state of the service association link resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceAssociationLinkPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceAssociationLinkPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceAssociationLinkPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of ServiceAssociationLinkPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceAssociationLinkPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |