ServiceEndpointPolicyDefinitionPropertiesFormat Class

Definition

Service Endpoint policy definition resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceEndpointPolicyDefinitionPropertiesFormatTypeConverter))]
public class ServiceEndpointPolicyDefinitionPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinitionPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceEndpointPolicyDefinitionPropertiesFormatTypeConverter))>]
type ServiceEndpointPolicyDefinitionPropertiesFormat = class
    interface IServiceEndpointPolicyDefinitionPropertiesFormat
    interface IJsonSerializable
Public Class ServiceEndpointPolicyDefinitionPropertiesFormat
Implements IServiceEndpointPolicyDefinitionPropertiesFormat
Inheritance
ServiceEndpointPolicyDefinitionPropertiesFormat
Attributes
Implements

Constructors

ServiceEndpointPolicyDefinitionPropertiesFormat()

Creates an new ServiceEndpointPolicyDefinitionPropertiesFormat instance.

Properties

Description

A description for this rule. Restricted to 140 chars.

ProvisioningState

The provisioning state of the service endpoint policy definition resource.

Service

Service endpoint name.

ServiceResource

A list of service resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceEndpointPolicyDefinitionPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceEndpointPolicyDefinitionPropertiesFormat.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceEndpointPolicyDefinitionPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to