次の方法で共有


ServicesPatchDescription Class

Definition

The description of the service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesPatchDescriptionTypeConverter))]
public class ServicesPatchDescription : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesPatchDescriptionTypeConverter))>]
type ServicesPatchDescription = class
    interface IServicesPatchDescription
    interface IJsonSerializable
Public Class ServicesPatchDescription
Implements IServicesPatchDescription
Inheritance
ServicesPatchDescription
Attributes
Implements

Constructors

ServicesPatchDescription()

Creates an new ServicesPatchDescription instance.

Properties

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

Tag

Instance tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicesPatchDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesPatchDescription.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesPatchDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to