ManagedVirtualNetworkResource Interface
public interface ManagedVirtualNetworkResource
An immutable client-side representation of ManagedVirtualNetworkResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
etag()
Gets the etag property: Etag identifies change in the resource. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Managed |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The resource name. |
|
abstract
Managed |
properties()
Gets the properties property: Managed Virtual Network properties. |
|
abstract
Managed |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Managed |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
type()
Gets the type property: The resource type. |
| abstract Update |
update()
Begins update for the Managed |
Method Details
etag
public abstract String etag()
Gets the etag property: Etag identifies change in the resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ManagedVirtualNetworkResourceInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ManagedVirtualNetworkResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The resource name.
Returns:
properties
public abstract ManagedVirtualNetwork properties()
Gets the properties property: Managed Virtual Network properties.
Returns:
refresh
public abstract ManagedVirtualNetworkResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ManagedVirtualNetworkResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
type
public abstract String type()
Gets the type property: The resource type.
Returns:
update
public abstract ManagedVirtualNetworkResource.Update update()
Begins update for the ManagedVirtualNetworkResource resource.
Returns: