コード例 #1
0
 private IPage <ResourceModel> ListResourceModel()
 {
     return(AlertsOperationsExtensions.ListByDataBoxEdgeDevice(
                this._dataBoxManagementClient.Alerts,
                this.DeviceName,
                this.ResourceGroupName));
 }
コード例 #2
0
 private ResourceModel GetResourceModel()
 {
     return(AlertsOperationsExtensions.Get(
                this._dataBoxManagementClient.Alerts,
                this.DeviceName,
                this.Name,
                this.ResourceGroupName));
 }
コード例 #3
0
 private IPage <ResourceModel> ListResourceModel(string nextPageLink)
 {
     return(AlertsOperationsExtensions.ListByDataBoxEdgeDeviceNext(
                this._dataBoxManagementClient.Alerts,
                nextPageLink));
 }