IpCommunitiesOperations interface
代表IpCommunities操作的接口。
属性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | 实现 IP 社区 PUT 方法。 |
| delete | 实现 IP Community DELETE 方法。 |
| get | 实现 IP 社区 GET 方法。 |
| list |
实现按资源组进行 GET 方法的知识产权社区列表。 |
| list |
通过订阅GET方法实现IP社区列表。 |
| update | 用于更新IP社区资源的某些属性的API。 |
属性详细信息
beginCreate
警告
现已弃用此 API。
use create instead
beginCreate: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>
属性值
(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>
beginCreateAndWait
警告
现已弃用此 API。
use create instead
beginCreateAndWait: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<IpCommunity>
属性值
(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => Promise<IpCommunity>
beginDelete
警告
现已弃用此 API。
use delete instead
beginDelete: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
属性值
(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
现已弃用此 API。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<void>
属性值
(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => Promise<void>
beginUpdate
警告
现已弃用此 API。
use update instead
beginUpdate: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>
属性值
(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpCommunity>, IpCommunity>>
beginUpdateAndWait
警告
现已弃用此 API。
use update instead
beginUpdateAndWait: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<IpCommunity>
属性值
(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => Promise<IpCommunity>
create
实现 IP 社区 PUT 方法。
create: (resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>
属性值
(resourceGroupName: string, ipCommunityName: string, body: IpCommunity, options?: IpCommunitiesCreateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>
delete
实现 IP Community DELETE 方法。
delete: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
属性值
(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
实现 IP 社区 GET 方法。
get: (resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesGetOptionalParams) => Promise<IpCommunity>
属性值
(resourceGroupName: string, ipCommunityName: string, options?: IpCommunitiesGetOptionalParams) => Promise<IpCommunity>
listByResourceGroup
实现按资源组进行 GET 方法的知识产权社区列表。
listByResourceGroup: (resourceGroupName: string, options?: IpCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>
属性值
(resourceGroupName: string, options?: IpCommunitiesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>
listBySubscription
通过订阅GET方法实现IP社区列表。
listBySubscription: (options?: IpCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>
属性值
(options?: IpCommunitiesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<IpCommunity, IpCommunity[], PageSettings>
update
用于更新IP社区资源的某些属性的API。
update: (resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>
属性值
(resourceGroupName: string, ipCommunityName: string, body: IpCommunityPatch, options?: IpCommunitiesUpdateOptionalParams) => PollerLike<OperationState<IpCommunity>, IpCommunity>