DelegatedSubnetServices Interface
public interface DelegatedSubnetServices
Resource collection API of DelegatedSubnetServices.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Delegated |
| abstract void |
delete(String resourceGroupName, String resourceName)
Delete dnc Delegated |
| abstract void |
delete(String resourceGroupName, String resourceName, Boolean forceDelete, Context context)
Delete dnc Delegated |
| abstract void |
deleteById(String id)
Delete dnc Delegated |
| abstract void |
deleteByIdWithResponse(String id, Boolean forceDelete, Context context)
Delete dnc Delegated |
|
abstract
Delegated |
getById(String id)
Gets details about the specified dnc Delegated |
|
abstract
Response<Delegated |
getByIdWithResponse(String id, Context context)
Gets details about the specified dnc Delegated |
|
abstract
Delegated |
getByResourceGroup(String resourceGroupName, String resourceName)
Gets details about the specified dnc Delegated |
|
abstract
Response<Delegated |
getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)
Gets details about the specified dnc Delegated |
|
abstract
Paged |
list()
Get all the Delegated |
|
abstract
Paged |
list(Context context)
Get all the Delegated |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Get all the Delegated |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName, Context context)
Get all the Delegated |
Method Details
define
public abstract DelegatedSubnet.DefinitionStages.Blank define(String name)
Begins definition for a new DelegatedSubnet resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName)
Delete dnc DelegatedSubnet.
Parameters:
delete
public abstract void delete(String resourceGroupName, String resourceName, Boolean forceDelete, Context context)
Delete dnc DelegatedSubnet.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete dnc DelegatedSubnet.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Boolean forceDelete, Context context)
Delete dnc DelegatedSubnet.
Parameters:
getById
public abstract DelegatedSubnet getById(String id)
Gets details about the specified dnc DelegatedSubnet Link.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<DelegatedSubnet> getByIdWithResponse(String id, Context context)
Gets details about the specified dnc DelegatedSubnet Link.
Parameters:
Returns:
getByResourceGroup
public abstract DelegatedSubnet getByResourceGroup(String resourceGroupName, String resourceName)
Gets details about the specified dnc DelegatedSubnet Link.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DelegatedSubnet> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)
Gets details about the specified dnc DelegatedSubnet Link.
Parameters:
Returns:
list
public abstract PagedIterable<DelegatedSubnet> list()
Get all the DelegatedSubnets resources in a subscription.
Returns:
list
public abstract PagedIterable<DelegatedSubnet> list(Context context)
Get all the DelegatedSubnets resources in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DelegatedSubnet> listByResourceGroup(String resourceGroupName)
Get all the DelegatedSubnets resources in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DelegatedSubnet> listByResourceGroup(String resourceGroupName, Context context)
Get all the DelegatedSubnets resources in a resource group.
Parameters:
Returns: