Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheSubnetGroup C# (CSharp) 메소드

DeleteCacheSubnetGroup() 공개 메소드

Deletes a cache subnet group.

You cannot delete a cache subnet group if it is associated with any cache clusters.

/// The requested cache subnet group is currently in use. /// /// The requested cache subnet group name does not refer to an existing cache subnet group. ///
public DeleteCacheSubnetGroup ( DeleteCacheSubnetGroupRequest request ) : DeleteCacheSubnetGroupResponse
request DeleteCacheSubnetGroupRequest Container for the necessary parameters to execute the DeleteCacheSubnetGroup service method.
리턴 DeleteCacheSubnetGroupResponse
        public DeleteCacheSubnetGroupResponse DeleteCacheSubnetGroup(DeleteCacheSubnetGroupRequest request)
        {
            var marshaller = new DeleteCacheSubnetGroupRequestMarshaller();
            var unmarshaller = DeleteCacheSubnetGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteCacheSubnetGroupRequest,DeleteCacheSubnetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient