次の方法で共有


ProviderDescription Interface

public interface ProviderDescription

An immutable client-side representation of ProviderDescription.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Unique provider's id.

abstract ProviderDescriptionInner innerModel()

Gets the inner com.azure.resourcemanager.quantum.fluent.models.ProviderDescriptionInner object.

abstract String name()

Gets the name property: Provider's display name.

abstract ProviderProperties properties()

Gets the properties property: Provider properties.

Method Details

id

public abstract String id()

Gets the id property: Unique provider's id.

Returns:

the id value.

innerModel

public abstract ProviderDescriptionInner innerModel()

Gets the inner com.azure.resourcemanager.quantum.fluent.models.ProviderDescriptionInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Provider's display name.

Returns:

the name value.

properties

public abstract ProviderProperties properties()

Gets the properties property: Provider properties.

Returns:

the properties value.

Applies to