public static CassandraKeyspace GetCassandraKeyspace(this ArmClient client, ResourceIdentifier id) { return(client.GetClient(() => { CassandraKeyspace.ValidateResourceId(id); return new CassandraKeyspace(client, id); } )); }
public static CassandraKeyspace GetCassandraKeyspace(this ArmClient armClient, ResourceIdentifier id) { CassandraKeyspace.ValidateResourceId(id); return(new CassandraKeyspace(armClient, id)); }