你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceEndpointPolicyDefinitionPropertiesFormat 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.
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. |