ArmStorageMoverModelFactory.AzureStorageBlobContainerEndpointProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AzureStorageBlobContainerEndpointProperties.
public static Azure.ResourceManager.StorageMover.Models.AzureStorageBlobContainerEndpointProperties AzureStorageBlobContainerEndpointProperties (string description = default, Azure.ResourceManager.StorageMover.Models.StorageMoverProvisioningState? provisioningState = default, string storageAccountResourceId = default, string blobContainerName = default);
static member AzureStorageBlobContainerEndpointProperties : string * Nullable<Azure.ResourceManager.StorageMover.Models.StorageMoverProvisioningState> * string * string -> Azure.ResourceManager.StorageMover.Models.AzureStorageBlobContainerEndpointProperties
Public Shared Function AzureStorageBlobContainerEndpointProperties (Optional description As String = Nothing, Optional provisioningState As Nullable(Of StorageMoverProvisioningState) = Nothing, Optional storageAccountResourceId As String = Nothing, Optional blobContainerName As String = Nothing) As AzureStorageBlobContainerEndpointProperties
Parameters
- description
- String
A description for the Endpoint.
- provisioningState
- Nullable<StorageMoverProvisioningState>
The provisioning state of this resource.
- storageAccountResourceId
- String
The Azure Resource ID of the storage account that is the target destination.
- blobContainerName
- String
The name of the Storage blob container that is the target destination.
Returns
A new AzureStorageBlobContainerEndpointProperties instance for mocking.