320 строки
23 KiB
YAML
320 строки
23 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.IotHubDescription"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription"
|
|
name: "IotHubDescription"
|
|
nameWithType: "IotHubDescription"
|
|
summary: "An immutable client-side representation of Iot<wbr>Hub<wbr>Description."
|
|
syntax: "public interface **IotHubDescription**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.etag()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.etag()"
|
|
name: "etag()"
|
|
nameWithType: "IotHubDescription.etag()"
|
|
summary: "Gets the etag property: The Etag field is \\*not\\* required."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String etag()"
|
|
desc: "Gets the etag property: The Etag field is \\*not\\* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention."
|
|
returns:
|
|
description: "the etag value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.exportDevices(com.azure.resourcemanager.iothub.models.ExportDevicesRequest)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.exportDevices(ExportDevicesRequest exportDevicesParameters)"
|
|
name: "exportDevices(ExportDevicesRequest exportDevicesParameters)"
|
|
nameWithType: "IotHubDescription.exportDevices(ExportDevicesRequest exportDevicesParameters)"
|
|
summary: "Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The parameters that specify the export devices operation."
|
|
name: "exportDevicesParameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.ExportDevicesRequest?alt=com.azure.resourcemanager.iothub.models.ExportDevicesRequest&text=ExportDevicesRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract JobResponse exportDevices(ExportDevicesRequest exportDevicesParameters)"
|
|
desc: "Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities\n\nExports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities."
|
|
returns:
|
|
description: "the properties of the Job Response object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.JobResponse?alt=com.azure.resourcemanager.iothub.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.exportDevicesWithResponse(com.azure.resourcemanager.iothub.models.ExportDevicesRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.exportDevicesWithResponse(ExportDevicesRequest exportDevicesParameters, Context context)"
|
|
name: "exportDevicesWithResponse(ExportDevicesRequest exportDevicesParameters, Context context)"
|
|
nameWithType: "IotHubDescription.exportDevicesWithResponse(ExportDevicesRequest exportDevicesParameters, Context context)"
|
|
summary: "Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The parameters that specify the export devices operation."
|
|
name: "exportDevicesParameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.ExportDevicesRequest?alt=com.azure.resourcemanager.iothub.models.ExportDevicesRequest&text=ExportDevicesRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<JobResponse> exportDevicesWithResponse(ExportDevicesRequest exportDevicesParameters, Context context)"
|
|
desc: "Exports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities\n\nExports all the device identities in the IoT hub identity registry to an Azure Storage blob container. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities."
|
|
returns:
|
|
description: "the properties of the Job Response object along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.models.JobResponse?alt=com.azure.resourcemanager.iothub.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.id()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.id()"
|
|
name: "id()"
|
|
nameWithType: "IotHubDescription.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.identity()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.identity()"
|
|
name: "identity()"
|
|
nameWithType: "IotHubDescription.identity()"
|
|
summary: "Gets the identity property: The managed identities for the Iot<wbr>Hub."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ArmIdentity identity()"
|
|
desc: "Gets the identity property: The managed identities for the IotHub."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.ArmIdentity?alt=com.azure.resourcemanager.iothub.models.ArmIdentity&text=ArmIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.importDevices(com.azure.resourcemanager.iothub.models.ImportDevicesRequest)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.importDevices(ImportDevicesRequest importDevicesParameters)"
|
|
name: "importDevices(ImportDevicesRequest importDevicesParameters)"
|
|
nameWithType: "IotHubDescription.importDevices(ImportDevicesRequest importDevicesParameters)"
|
|
summary: "Import, update, or delete device identities in the IoT hub identity registry from a blob."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The parameters that specify the import devices operation."
|
|
name: "importDevicesParameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.ImportDevicesRequest?alt=com.azure.resourcemanager.iothub.models.ImportDevicesRequest&text=ImportDevicesRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract JobResponse importDevices(ImportDevicesRequest importDevicesParameters)"
|
|
desc: "Import, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities\n\nImport, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities."
|
|
returns:
|
|
description: "the properties of the Job Response object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.JobResponse?alt=com.azure.resourcemanager.iothub.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.importDevicesWithResponse(com.azure.resourcemanager.iothub.models.ImportDevicesRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.importDevicesWithResponse(ImportDevicesRequest importDevicesParameters, Context context)"
|
|
name: "importDevicesWithResponse(ImportDevicesRequest importDevicesParameters, Context context)"
|
|
nameWithType: "IotHubDescription.importDevicesWithResponse(ImportDevicesRequest importDevicesParameters, Context context)"
|
|
summary: "Import, update, or delete device identities in the IoT hub identity registry from a blob."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The parameters that specify the import devices operation."
|
|
name: "importDevicesParameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.ImportDevicesRequest?alt=com.azure.resourcemanager.iothub.models.ImportDevicesRequest&text=ImportDevicesRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<JobResponse> importDevicesWithResponse(ImportDevicesRequest importDevicesParameters, Context context)"
|
|
desc: "Import, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities\n\nImport, update, or delete device identities in the IoT hub identity registry from a blob. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry\\#import-and-export-device-identities."
|
|
returns:
|
|
description: "the properties of the Job Response object along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.models.JobResponse?alt=com.azure.resourcemanager.iothub.models.JobResponse&text=JobResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.innerModel()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "IotHubDescription.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>iothub.<wbr>fluent.<wbr>models.<wbr>Iot<wbr>Hub<wbr>Description<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubDescriptionInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.iothub.fluent.models.IotHubDescriptionInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.fluent.models.IotHubDescriptionInner?alt=com.azure.resourcemanager.iothub.fluent.models.IotHubDescriptionInner&text=IotHubDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.listKeys()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.listKeys()"
|
|
name: "listKeys()"
|
|
nameWithType: "IotHubDescription.listKeys()"
|
|
summary: "Get the security metadata for an IoT hub."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<SharedAccessSignatureAuthorizationRule> listKeys()"
|
|
desc: "Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security\n\nGet the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security."
|
|
returns:
|
|
description: "the security metadata for an IoT hub as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.models.SharedAccessSignatureAuthorizationRule?alt=com.azure.resourcemanager.iothub.models.SharedAccessSignatureAuthorizationRule&text=SharedAccessSignatureAuthorizationRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.listKeys(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.listKeys(Context context)"
|
|
name: "listKeys(Context context)"
|
|
nameWithType: "IotHubDescription.listKeys(Context context)"
|
|
summary: "Get the security metadata for an IoT hub."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<SharedAccessSignatureAuthorizationRule> listKeys(Context context)"
|
|
desc: "Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security\n\nGet the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security."
|
|
returns:
|
|
description: "the security metadata for an IoT hub as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.iothub.models.SharedAccessSignatureAuthorizationRule?alt=com.azure.resourcemanager.iothub.models.SharedAccessSignatureAuthorizationRule&text=SharedAccessSignatureAuthorizationRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.location()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.location()"
|
|
name: "location()"
|
|
nameWithType: "IotHubDescription.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.name()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.name()"
|
|
name: "name()"
|
|
nameWithType: "IotHubDescription.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.properties()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.properties()"
|
|
name: "properties()"
|
|
nameWithType: "IotHubDescription.properties()"
|
|
summary: "Gets the properties property: Iot<wbr>Hub properties."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubProperties properties()"
|
|
desc: "Gets the properties property: IotHub properties."
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubProperties?alt=com.azure.resourcemanager.iothub.models.IotHubProperties&text=IotHubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.refresh()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "IotHubDescription.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubDescription refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubDescription?alt=com.azure.resourcemanager.iothub.models.IotHubDescription&text=IotHubDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "IotHubDescription.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract IotHubDescription refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubDescription?alt=com.azure.resourcemanager.iothub.models.IotHubDescription&text=IotHubDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.region()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.region()"
|
|
name: "region()"
|
|
nameWithType: "IotHubDescription.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.regionName()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "IotHubDescription.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "IotHubDescription.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.sku()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.sku()"
|
|
name: "sku()"
|
|
nameWithType: "IotHubDescription.sku()"
|
|
summary: "Gets the sku property: Iot<wbr>Hub SKU info."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubSkuInfo sku()"
|
|
desc: "Gets the sku property: IotHub SKU info."
|
|
returns:
|
|
description: "the sku value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuInfo?alt=com.azure.resourcemanager.iothub.models.IotHubSkuInfo&text=IotHubSkuInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.systemData()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "IotHubDescription.systemData()"
|
|
summary: "Gets the system<wbr>Data property: The system meta data relating to this resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: The system meta data relating to this resource."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.tags()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.tags()"
|
|
name: "tags()"
|
|
nameWithType: "IotHubDescription.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.type()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.type()"
|
|
name: "type()"
|
|
nameWithType: "IotHubDescription.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubDescription.update()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubDescription.update()"
|
|
name: "update()"
|
|
nameWithType: "IotHubDescription.update()"
|
|
summary: "Begins update for the Iot<wbr>Hub<wbr>Description resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IotHubDescription.Update update()"
|
|
desc: "Begins update for the IotHubDescription resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubDescription.Update?alt=com.azure.resourcemanager.iothub.models.IotHubDescription.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of IotHubDescription."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|