Freigeben über


ServiceEndpointPolicy Class

Definition

Service End point policy resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceEndpointPolicyTypeConverter))]
public class ServiceEndpointPolicy : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ServiceEndpointPolicyTypeConverter))>]
type ServiceEndpointPolicy = class
    interface IServiceEndpointPolicy
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ServiceEndpointPolicy
Implements IServiceEndpointPolicy, IValidates
Inheritance
ServiceEndpointPolicy
Attributes
Implements

Constructors

ServiceEndpointPolicy()

Creates an new ServiceEndpointPolicy instance.

Properties

ContextualServiceEndpointPolicy

A collection of contextual service endpoint policy.

Definition

A collection of service endpoint policy definitions of the service endpoint policy.

Etag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

Kind

Kind of service endpoint policy. This is metadata used for the Azure portal experience.

Location

Resource location.

Name

Resource name.

ProvisioningState

The provisioning state of the service endpoint policy resource.

ResourceGuid

The resource GUID property of the service endpoint policy resource.

ServiceAlias

The alias indicating if the policy belongs to a service

Subnet

A collection of references to subnets.

Tag

Resource tags.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceEndpointPolicy.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceEndpointPolicy.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceEndpointPolicy into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to