コード例 #1
0
 private ResourceModel GetResourceModel()
 {
     return(AlertsOperationsExtensions.Get(
                this._dataBoxManagementClient.Alerts,
                this.DeviceName,
                this.Name,
                this.ResourceGroupName));
 }