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
Provider |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Provider's display name. |
|
abstract
Provider |
properties()
Gets the properties property: Provider properties. |
Method Details
id
public abstract String id()
Gets the id property: Unique provider's id.
Returns:
innerModel
public abstract ProviderDescriptionInner innerModel()
Gets the inner com.azure.resourcemanager.quantum.fluent.models.ProviderDescriptionInner object.
Returns:
name
public abstract String name()
Gets the name property: Provider's display name.
Returns:
properties
public abstract ProviderProperties properties()
Gets the properties property: Provider properties.
Returns: