DataBoxEdgeShareData Constructor
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 DataBoxEdgeShareData.
public DataBoxEdgeShareData(Azure.ResourceManager.DataBoxEdge.Models.ShareStatus shareStatus, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShareMonitoringStatus monitoringStatus, Azure.ResourceManager.DataBoxEdge.Models.ShareAccessProtocol accessProtocol);
new Azure.ResourceManager.DataBoxEdge.DataBoxEdgeShareData : Azure.ResourceManager.DataBoxEdge.Models.ShareStatus * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShareMonitoringStatus * Azure.ResourceManager.DataBoxEdge.Models.ShareAccessProtocol -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeShareData
Public Sub New (shareStatus As ShareStatus, monitoringStatus As DataBoxEdgeShareMonitoringStatus, accessProtocol As ShareAccessProtocol)
Parameters
- shareStatus
- ShareStatus
Current status of the share.
- monitoringStatus
- DataBoxEdgeShareMonitoringStatus
Current monitoring status of the share.
- accessProtocol
- ShareAccessProtocol
Access protocol to be used by the share.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET