SitePropertiesFormat 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.
Site properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SitePropertiesFormatTypeConverter))]
public class SitePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISitePropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SitePropertiesFormatTypeConverter))>]
type SitePropertiesFormat = class
interface ISitePropertiesFormat
interface IJsonSerializable
Public Class SitePropertiesFormat
Implements ISitePropertiesFormat
- Inheritance
-
SitePropertiesFormat
- Attributes
- Implements
Constructors
SitePropertiesFormat() |
Creates an new SitePropertiesFormat instance. |
Properties
NetworkFunction |
An array of IDs of the network functions deployed in the site. Deleting the site will delete any network functions that are deployed in the site. |
ProvisioningState |
The provisioning state of the site resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SitePropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SitePropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISitePropertiesFormat. |
FromJsonString(String) |
Creates a new instance of SitePropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SitePropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |