Interface EdgeModuleEntity
-
public interface EdgeModuleEntityAn immutable client-side representation of EdgeModuleEntity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEdgeModuleEntity.DefinitionThe entirety of the EdgeModuleEntity definition.static interfaceEdgeModuleEntity.DefinitionStagesThe EdgeModuleEntity definition stages.static interfaceEdgeModuleEntity.UpdateThe template for EdgeModuleEntity update.static interfaceEdgeModuleEntity.UpdateStagesThe EdgeModuleEntity update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDedgeModuleId()Gets the edgeModuleId property: Internal ID generated for the instance of the Video Analyzer edge module.Stringid()Gets the id property: Fully qualified resource Id for the resource.EdgeModuleEntityInnerinnerModel()Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.EdgeModuleEntityInner object.EdgeModuleProvisioningTokenlistProvisioningToken(ListProvisioningTokenInput parameters)Creates a new provisioning token.com.azure.core.http.rest.Response<EdgeModuleProvisioningToken>listProvisioningTokenWithResponse(ListProvisioningTokenInput parameters, com.azure.core.util.Context context)Creates a new provisioning token.Stringname()Gets the name property: The name of the resource.EdgeModuleEntityrefresh()Refreshes the resource to sync with Azure.EdgeModuleEntityrefresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.StringresourceGroupName()Gets the name of the resource group.Stringtype()Gets the type property: The type of the resource.EdgeModuleEntity.Updateupdate()Begins update for the EdgeModuleEntity resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
edgeModuleId
UUID edgeModuleId()
Gets the edgeModuleId property: Internal ID generated for the instance of the Video Analyzer edge module.- Returns:
- the edgeModuleId value.
-
resourceGroupName
String resourceGroupName()
Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
EdgeModuleEntityInner innerModel()
Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.EdgeModuleEntityInner object.- Returns:
- the inner object.
-
update
EdgeModuleEntity.Update update()
Begins update for the EdgeModuleEntity resource.- Returns:
- the stage of resource update.
-
refresh
EdgeModuleEntity refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
EdgeModuleEntity refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-
listProvisioningToken
EdgeModuleProvisioningToken listProvisioningToken(ListProvisioningTokenInput parameters)
Creates a new provisioning token. A provisioning token allows for a single instance of Azure Video analyzer IoT edge module to be initialized and authorized to the cloud account. The provisioning token itself is short lived and it is only used for the initial handshake between IoT edge module and the cloud. After the initial handshake, the IoT edge module will agree on a set of authentication keys which will be auto-rotated as long as the module is able to periodically connect to the cloud. A new provisioning token can be generated for the same IoT edge module in case the module state lost or reset.- Parameters:
parameters- The request parameters.- Returns:
- provisioning token properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listProvisioningTokenWithResponse
com.azure.core.http.rest.Response<EdgeModuleProvisioningToken> listProvisioningTokenWithResponse(ListProvisioningTokenInput parameters, com.azure.core.util.Context context)
Creates a new provisioning token. A provisioning token allows for a single instance of Azure Video analyzer IoT edge module to be initialized and authorized to the cloud account. The provisioning token itself is short lived and it is only used for the initial handshake between IoT edge module and the cloud. After the initial handshake, the IoT edge module will agree on a set of authentication keys which will be auto-rotated as long as the module is able to periodically connect to the cloud. A new provisioning token can be generated for the same IoT edge module in case the module state lost or reset.- Parameters:
parameters- The request parameters.context- The context to associate with this operation.- Returns:
- provisioning token properties along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-