次の方法で共有


ServicesDescription Class

Definition

The description of the service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesDescriptionTypeConverter))]
public class ServicesDescription : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesDescriptionTypeConverter))>]
type ServicesDescription = class
    interface IServicesDescription
    interface IJsonSerializable
    interface IServicesResource
    interface IValidates
Public Class ServicesDescription
Implements IServicesDescription, IValidates
Inheritance
ServicesDescription
Attributes
Implements

Constructors

ServicesDescription()

Creates an new ServicesDescription instance.

Properties

AccessPolicy

The access policies of the service instance.

AcrConfigurationLoginServer

The list of the ACR login servers.

AcrConfigurationOciArtifact

The list of Open Container Initiative (OCI) artifacts.

AuthenticationConfigurationAudience

The audience url for the service

AuthenticationConfigurationAuthority

The authority url for the service

AuthenticationConfigurationSmartProxyEnabled

If the SMART on FHIR proxy is enabled

CorConfigurationAllowCredentials

If credentials are allowed via CORS.

CorConfigurationHeader

The headers to be allowed via CORS.

CorConfigurationMaxAge

The max age to be allowed via CORS.

CorConfigurationMethod

The methods to be allowed via CORS.

CorConfigurationOrigin

The origins to be allowed via CORS.

CosmoDbConfigurationKeyVaultKeyUri

The URI of the customer-managed key for the backing database.

CosmoDbConfigurationOfferThroughput

The provisioned throughput for the backing database.

Etag

An etag associated with the resource, used for optimistic concurrency when editing it.

ExportConfigurationStorageAccountName

The name of the default export storage account.

Id

The resource identifier.

Identity

Setting indicating whether the service has a managed identity associated with it.

IdentityPrincipalId

The principal ID of the resource identity.

IdentityTenantId

The tenant ID of the resource.

IdentityType

Type of identity being specified, currently SystemAssigned and None are allowed.

Kind

The kind of the service.

Location

The resource location.

Name

The resource name.

PrivateEndpointConnection

The list of private endpoint connections that are set up for this resource.

ProvisioningState

The provisioning state.

PublicNetworkAccess

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

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

The resource tags.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicesDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesDescription.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to