StaticMembersOperations interface
Interface representing a StaticMembers operations.
Properties
| create |
Creates or updates a static member. |
| delete | Deletes a static member. |
| get | Gets the specified static member. |
| list | Lists the specified static member. |
Property Details
createOrUpdate
Creates or updates a static member.
createOrUpdate: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, staticMemberName: string, parameters: StaticMember, options?: StaticMembersCreateOrUpdateOptionalParams) => Promise<StaticMember>
Property Value
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, staticMemberName: string, parameters: StaticMember, options?: StaticMembersCreateOrUpdateOptionalParams) => Promise<StaticMember>
delete
Deletes a static member.
delete: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, staticMemberName: string, options?: StaticMembersDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, staticMemberName: string, options?: StaticMembersDeleteOptionalParams) => Promise<void>
get
Gets the specified static member.
get: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, staticMemberName: string, options?: StaticMembersGetOptionalParams) => Promise<StaticMember>
Property Value
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, staticMemberName: string, options?: StaticMembersGetOptionalParams) => Promise<StaticMember>
list
Lists the specified static member.
list: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: StaticMembersListOptionalParams) => PagedAsyncIterableIterator<StaticMember, StaticMember[], PageSettings>
Property Value
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: StaticMembersListOptionalParams) => PagedAsyncIterableIterator<StaticMember, StaticMember[], PageSettings>